Skip to content

fix: remove compiler deprecation warning re: List.zip/1#33

Open
mwilsoncoding wants to merge 1 commit intoericentin:masterfrom
mwilsoncoding:patch-1
Open

fix: remove compiler deprecation warning re: List.zip/1#33
mwilsoncoding wants to merge 1 commit intoericentin:masterfrom
mwilsoncoding:patch-1

Conversation

@mwilsoncoding
Copy link

@mwilsoncoding mwilsoncoding commented Jun 11, 2025

Using Elixir v1.18.4

$ mix deps.compile gen_state_machine
==> gen_state_machine
Compiling 3 files (.ex)
    ...

    warning: List.zip/1 is deprecated. Use Enum.zip/1 instead

 62 │       |> List.zip()
    │               ~

    └─ lib/gen_state_machine/translator.ex:62:15: GenStateMachine.Translator.do_translate/4
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant